Skip to main content

All Questions

7votes
2answers
8kviews

Brute-force string generator

I have created a brute-force algorithm class in C# and I was wondering if I could speed up the process of creating a new string. There are two methods inside the class: one returns the brute-force ...
Sam's user avatar
  • 73

close